scala hello world

127

scala hello world -

object HelloWorld {
  def main(args: Array[String]): Unit = {
    println("Hello, world!")
  }
}

Comments

Submit
0 Comments